home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 48 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: wisipc.weizmann.ac.il!news
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re:  >>>>>>> The Future: Amiga goes PC (...aeh: "PowerMsPenti...?)
  4.  <<<<<
  5. Message-ID: <742.6572T120T813@plea.se>
  6. From: mats@plea.se (Mats Magnusson)
  7. Date: Tue, 2 Jan 1996 09:07:53 GMT
  8. Sender: news@wisipc.weizmann.ac.il (News User)
  9. References: <judas.0gku@tomtec.abg.sub.org>
  10.  <30cb6ee7@lls.se>    <judas.0gnh@tomtec.abg.sub.org>
  11.  <38231725@kone.fipnet.fi>    <judas.0gsz@tomtec.abg.sub.org>
  12.  <38231776@kone.fipnet.fi> <judas.0gzs@tomtec.abg.sub.org>
  13. Organization: Weizmann Institute of Science, Computation Center.
  14. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  15.  
  16. >>> I just hate seeing 30% of my CPUtime beeing eaten up by chunky2planar.
  17. >>
  18. >>Yeah right. Akiko is not faster compared to modern c2p algorithms.
  19. >Sorry, but this is completely wrong. On a 040, I need 2 moves into the akiko
  20. >and 2 moves from akiko to chipmem. This way I get less than 5% CPU time loss
  21. >due to C2P on a 040 .
  22. >Doing the same job means 50% CPU-usage using a C2P-code from aminet, and
  23. >still
  24. >30% using my own code.
  25.  
  26. One of the probs seems to be the chip ram speed. Isn't it possible to turn
  27. on some sort of write-cache just when doing the conversion, and, when you
  28. realy need the data to be in chip-ram, flush the cache then. And, between
  29. c2p and cache flush, you could for example make up next screen, or
  30. something else...
  31.  
  32.  
  33.